home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 10 / CD Powerplay Issue 10 (February 1996).iso / sango / cdpp.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-09  |  263 b   |  20 lines

  1. echo off
  2. cls
  3. echo.
  4. echo.
  5. echo   This game/demo needs approx 4Mb of drive space
  6. echo.
  7. echo.  Now copying files.
  8. echo.
  9. md c:\sango\
  10. xcopy *.* c:\sango\ /s
  11. attrib c:\sango\*.* -r -a -s -h /s
  12. c:
  13. cd\
  14. cd sango
  15. call install.exe
  16. call sango.exe
  17. cd\
  18. d:
  19.  
  20.